rule shipping_hold:
  when country = "US" and hazmat = true
  require supervisor_approval

rule discount_review:
  when discount > 25 and customer_tier != "enterprise"
  require manager_review
